@font-face {
    font-family: ausans;
    src: url(https://static.smartygrants.com.au/default/fonts/au_sans/au_sans_beta_bold.woff2);
	font-weight: 700;
}

@font-face {
    font-family: ausans;
    src: url(https://static.smartygrants.com.au/default/fonts/au_sans/au_sans_beta_medium.woff2);
	font-weight: 600;
}

@font-face {
    font-family: ausans;
    src: url(https://static.smartygrants.com.au/default/fonts/au_sans/au_sans_beta_regular.woff2);
	font-weight: 400;
}

html,body{
	font-family:ausans,arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:16px;
	line-height: 24px;
	color:#3d3935;
}

#header{
	
}

#header a, #header a:link, #header a:visited, #header a:active, #header a:hover, #header a:focus{
	text-decoration: none;
	border:none;
}

#grey-bar{
	height:50px;
	background-color:#e5e6e7;
}

#logo{
	width:960px;
	margin:0 auto;
	height:110px;
}


#banner {
background-image: linear-gradient(to right, #300050, #893C94);
color: white;
padding-top: 150px;
padding-bottom: 70px;
padding-left: 80px;
}

#banner p{
	background-color: transparent;
	color:#fff;
	font-size: 32px;
	font-weight: 700;
	margin-top: -180px;
	width: 480px;
	padding: 45px 70px;
	position: absolute;
	/*letter-spacing:-1px;*/
	line-height:55px;
}

#head-bar{
	height: 47px;
	background-color: #f5f1ee;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
	margin-top: -47px;
}

#head{
    height:47px;
	line-height:47px;
	color:#3d3935;
	font-weight:400;
	background-color:#f5f1ee;
	font-size:14.4px;
	text-transform: uppercase;
}

#head a, #head a:link, #head a:visited{
	font-size: 14.4px;
	color:#3d3935;
	text-decoration: none;
	border:none;
	border-left: 1px solid #3d3935;
	padding-left: 5px;
}

#head a:hover, #head a:active, #head a:focus{
	color:#3d3935;
	text-decoration:none;
}

#user, #headlinks{
	margin:0px;
}

#body{
	padding: 15px;
	min-height:700px;
}

a, a:link, a:visited{
	color:#3d3935;
	text-decoration:none;
	border-bottom:1px solid #3d393580;
}

a:hover, a:active, a:focus {
	color: #3d3935;
	text-decoration: none;
	border-color:#3d3935;
}

a:focus{
	border:1px dotted #0172a8
}

h1{
	line-height: 32.56px;
	margin: 25px 0;
	font-weight: 700;
	color:#2E1A47;
	font-size: 33.6px;
}

h2{
	font-weight: 700;
	color:#2E1A47;
	font-size: 32.5px;
	line-height: 28px;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
    margin-top:130px;
}

#appnav{
	float:left;
	background-color:transparent;
	border:none;
	margin-bottom:-4000px;
	color:#3d3935;
	padding:0px;
	font-size:14px;
	font-weight:100;
	width:180px;
}

#appnav .current{
	border:none;
	background-color:#f5f1ee;
	margin:0px;
	padding:5px;
	font-size:14px;
	font-weight:100;
	color:#3d3935;
}

#appnav h3{
	border:none;
	margin:0px;	
	padding: 8px;
	font-size:16px;
	background-color:transparent;
}

#appnav li{
	border:none;
	padding:0px;
	margin:0px;
	font-weight:100;
	font-size:14px;
}

#appnav a, #appnav a:link, #appnav a:visited{
	display:block;
	padding: 5px;
	font-size:14px;
	font-weight:100;
	color:#3d3935;
	border:none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus{
	text-decoration:none;
	background-color:#f5f1ee;
}

#htmlForm .appform{
	margin-left:200px;
}

.ftEditForm,.ftViewForm{
	border:none;
	width:700px !important;
}

.appform h2, .ftEditPageHeading{
	background-color:#2E1A47;
	color:white;
	width:inherit;
	font-weight:600;
}

.ftEditSectionHeading{
	background-color:#2E1A47;
	color:white;
	width:inherit;
	font-weight:600;
}

.ftEditColumnHeading{
	background-color:transparent;
	font-size:18px;
	width:inherit;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
	/*padding: 5px;
	margin: 10px 0 10px 0;*/
	position: relative;
    background-color:transparent;
    border:none;
}


.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close{
    background-color: #eee;
    color: #3d3935;
    border: none;
    font-size:14px;
    text-decoration:none;
    cursor:pointer;
	border: 1px solid #666;
	padding:0;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover{
    
}

.appform .btn .next, .appform .btn .review{
    
}

.appform .btn input.btndisabled{
    cursor:not-allowed;
}

.appform .btn .prev{
   
}

.appform .btn .mid{
    width: 410px;
}

.appform .l{
	width: 197px;
}

.properAsterisk, .ftAsteriskText{
	color:#f58400;
}

#lastSaved{
    margin-top:-70px;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

.iconbar .item-narrow{
	width:185px;
}

#smartyfile-logo-link {
	border: none;
}

#footer{
	height:300px;
	background-color: #893c94;
color: white;
	font-weight:400;
	font-size:14.4px;
}

#footer-content{
	width: 960px;
	margin:0 auto;
	height: 210px;
	padding: 25px 0;
}

h4{
	font-weight: 700;
	color:#000;
	font-size: 14.4px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footer-position{
	width: 45%;
	float: left;
	height: 85px;
	padding: 15px;
	margin-top: 0px;
	font-size: 14px;
}

.footer-position ul{
	margin:0px;
}

.footer-position li{
	list-style:none;
	margin-bottom: 0px;
	font-size: 14.4px;
	line-height: 21.6px;
	padding-bottom: 10px;
}

#footer-logo{
	width: 14%;
	float: right;
}

.organisation{
	visibility:visible;
}

#footer a, #footer a:link, #footer a:visited{
	color:white;
	text-decoration:none;
	border:1px solid transparent;
}

#footer h4{
color:white;
}

#footer a:hover, #footer a:active, #footer a:focus{
color: white;
border: 1px dotted #fff;
	text-decoration:none;
}

#footer-lower{
	background-color: #893c94;
color: white;
	height:42px;
	line-height:42px;
	font-size:14.4px;
margin-top: -20px;
}

#footer-lower ul li{
	display:inline;
	list-style:none;
	padding-left:16px;
}

#footer-lower ul{
	margin:0 auto;
	width: 960px;
}

/*This is necessary for an ie11 glitch.*/
.questionLegend{
	width:inherit;
}
